home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / chip-cd_2005_03d.zip / 03d / Multimedia / AutoGK 1.60 / AutoGordianKnot.1.60.Setup.exe / DGMPGDec / D2V_Format_v06.txt < prev    next >
Text File  |  2004-06-02  |  2KB  |  45 lines

  1. D2V Format v06 for dg-Style D2V Files
  2. -------------------------------------
  3.  
  4. A. The first line now has a number appended to the string
  5. "DGIndexProjectFile". This is the version number of the
  6. dg-style format. Currently, the version is 06, signifying v06.
  7. If a D2V file with an incorrect version is given to DGDecode(),
  8. the latter will fail to open the D2V file.
  9.  
  10. B. For transport streams, the PIDs are now stored in the D2V file
  11. in hexadecimal notation.
  12.  
  13. C. The Field_Operation line now may specify 3 for raw encoded frames.
  14.  
  15. D. The dg-style D2V file includes an "Aspect_Ratio=" line.
  16.  
  17. E. The layout for GOP lines is:
  18.  
  19.     7 file position vob cell flags flags ...
  20.  
  21. Each flags byte is still 0, 1, 2, or 3 as before but it
  22. can be preceded by a 1. If the 1 is present, the encoded
  23. frame can be decoded without reference to the preceding GOP.
  24. This is used to speed up navigation.
  25.  
  26. F. The position field is now a decimal number that points to the
  27. picture header start code of the first I frame of the GOP if
  28. the stream is nonpacketized, or to the packet header start code
  29. of the packet containing the first I frame of the GOP
  30. if the stream is packetized. This revised indexing supports
  31. correct random navigation. 
  32.  
  33. The vob/cell info obviates the need for a separate D2F file
  34. but may require changes to other applications.
  35.  
  36. G. The Picture_Size line now omits resizing as it is not supported by
  37. DGDecode(), and is renamed Clipping.
  38.  
  39. H. The Field_Operation line now omits the SwapOrder option as it is
  40. no longer supported. Use an external filter to swap field order.
  41.  
  42. I. The picture size is now stored as Picture_Size.
  43.  
  44. [DAG 5-25-2004]
  45.